github.com/andybalholm/brotli/matchfinder.arrival.distance (field)
8 uses
github.com/andybalholm/brotli/matchfinder (current package)
pathfinder.go#L59: distance uint32
pathfinder.go#L226: if arrivedHere.distance == 0 {
pathfinder.go#L231: prevDistance = int(arrivals[i-historyLen-1-unmatched].distance)
pathfinder.go#L264: distance: uint32(m.Start - m.Match),
pathfinder.go#L274: !(arrivedHere.length != 0 && arrivedHere.distance == uint32(pending.Start-pending.Match)) {
pathfinder.go#L287: distance: uint32(pending.Start - pending.Match),
pathfinder.go#L309: if a.distance > 0 {
pathfinder.go#L312: Distance: int(a.distance),
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |